home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Goodies / I-WAR 2 Egde of Chaos - New SDK / IW2-EOC_Pog_Scripting_SDK.exe / include / iJafsScript.h < prev    next >
Text File  |  2002-01-14  |  2KB  |  73 lines

  1. //
  2. // (c) 1998-9 Particle Systems Ltd. All Rights Reserved
  3. //
  4. // iJafsScript.h
  5. //
  6. // Compiler-generated export header for package "iJafsScript"
  7. //
  8. // Revision control information:
  9. //
  10. // $Header: /iwar2/resource/scripts/include/iJafsScript.h 10    1/05/01 19:14 Steve $
  11. //
  12.  
  13. // Dependencies ////////////////////////////////////////////////////////////////
  14.  
  15. // Enumerated types ////////////////////////////////////////////////////////////
  16.  
  17. // Functions ///////////////////////////////////////////////////////////////////
  18.  
  19. // Check if Jafs functionality is disabled.
  20.  
  21. prototype iJafsScript.JafsFunctionalityAvailable();
  22.  
  23. // Call Jafs
  24. prototype iJafsScript.CallJafs();
  25.  
  26. // Enable Jafs
  27. prototype iJafsScript.EnableJafs( );
  28.  
  29. // Disable Jafs
  30. prototype iJafsScript.DisableJafs( );
  31.  
  32. // Says if Jafs is Enabled
  33. prototype bool iJafsScript.JafsEnabled();
  34.  
  35. // Says if Jafs is currently active.
  36. prototype bool iJafsScript.JafsActive();
  37.  
  38. // Sets Jafs inactive.
  39. prototype iJafsScript.FlagJafsActive();
  40.  
  41. // Sets Jafs inactive.
  42. prototype iJafsScript.FlagJafsInactive();
  43.  
  44. // Get the group of tagged pods
  45. prototype hgroup iJafsScript.GetTagGroup();
  46.  
  47. // Tag a pod
  48. prototype iJafsScript.TagPod( hgroup tag_group, hisim pod );
  49.  
  50. // Untag a pod
  51. prototype iJafsScript.UntagPod( hgroup tag_group, hisim pod );
  52.  
  53. // Toggle a pods tag status
  54. prototype iJafsScript.PodTagToggle();
  55.  
  56. // Tag up to six pods in the FOV
  57. prototype iJafsScript.TagPodsInFOV();
  58.  
  59. // Pick up pods without Jafs.
  60. prototype iJafsScript.CheatJafs();
  61.  
  62. // Collect tagged pods.
  63. prototype iJafsScript.CollectPods( bool collect_all );
  64.  
  65. // Enable the dockports on the pod.
  66. prototype iJafsScript.EnablePodDockport( hisim pod );
  67.  
  68. // Disable the dockports on the pod.
  69. prototype iJafsScript.DisablePodDockport( hisim pod );
  70.  
  71.  
  72. // EOF /////////////////////////////////////////////////////////////////////////
  73.